net/http.http2requestParam.header (field)
13 uses
net/http (current package)
h2_bundle.go#L6046: rp.header = make(Header)
h2_bundle.go#L6048: rp.header.Add(sc.canonicalHeader(hf.Name), hf.Value)
h2_bundle.go#L6051: rp.authority = rp.header.Get("Host")
h2_bundle.go#L6060: if vv, ok := rp.header["Content-Length"]; ok {
h2_bundle.go#L6079: header Header
h2_bundle.go#L6090: needsContinue := httpguts.HeaderValuesContainsToken(rp.header["Expect"], "100-continue")
h2_bundle.go#L6092: rp.header.Del("Expect")
h2_bundle.go#L6095: if cookies := rp.header["Cookie"]; len(cookies) > 1 {
h2_bundle.go#L6096: rp.header.Set("Cookie", strings.Join(cookies, "; "))
h2_bundle.go#L6101: for _, v := range rp.header["Trailer"] {
h2_bundle.go#L6116: delete(rp.header, "Trailer")
h2_bundle.go#L6141: Header: rp.header,
h2_bundle.go#L7047: header: http2cloneHeader(msg.header), // clone since handler runs concurrently with writing the PUSH_PROMISE
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |